home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_06 / c.bat < prev    next >
DOS Batch File  |  1995-01-01  |  160b  |  11 lines

  1. echo off
  2. cl -AS -Zi -Ox -Gs demo2.c \lowlevel\adlib.c
  3. if errorlevel 1 goto error
  4. goto end
  5.  
  6. :error
  7. echo *** Error: file not compiled ***
  8. :end
  9. echo on
  10.  
  11.